home *** CD-ROM | disk | FTP | other *** search
/ CrystalVision Software Se… Wiki Wonder - Wikipedia / CrystalVision Software Services 703: The Wiki Wonder - Wikipedia.iso / 0703 / Business / CodeX Apps / CodeX.exe / CodeX / themes / default / System / index.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2006-09-25  |  4.9 KB  |  304 lines

  1. #Spacer
  2. {
  3.     float:left;
  4.     width:100%;
  5.     height:30px;
  6. }
  7.  
  8.  
  9. cite
  10. {
  11.     margin:0 0 0 0;
  12.     font-size:11px;
  13.     color:#555;
  14. }
  15.  
  16. #LeftSide
  17. {
  18.     float:left;
  19.     margin:0 0 0 0;
  20.     width:275px;
  21.     height:500px;
  22.     background: url(/img/App_GUI/BundleCover/Sep_Line.jpg) no-repeat right;
  23. }
  24.  
  25.     #LeftSide h2
  26.     {
  27.         float:left;
  28.         display:block;
  29.         margin:0 0 0 0;
  30.         width:240px;
  31.         height:20px;
  32.         line-height:30px;
  33.         font-size:16px;
  34.         font-weight:bold;
  35.         text-align:center;
  36.     }
  37.     
  38.     a.Login_Controls:link, a.Login_Controls:visited
  39.     {
  40.         float:left;
  41.         display:block;
  42.         margin:0 0 0 0;
  43.         line-height:20px;
  44.         color:#333;
  45.         text-decoration:none;
  46.         cursor:hand;
  47.     }
  48.     
  49.     a.Login_Controls:hover
  50.     {
  51.         color:#000;
  52.         text-decoration:underline;
  53.     }
  54.  
  55.     .value
  56.     {
  57.         color:#777;
  58.     }
  59.     
  60.     .SpecialInfo
  61.     {
  62.         float:left;
  63.         display:block;
  64.         width:230px;
  65.         height:25px;
  66.         
  67.         border-top:2px solid #69f;
  68.         margin:10px 0 0 0;
  69.         color:#06c;
  70.         line-height:25px;
  71.         text-align:center;
  72.     }
  73.  
  74. .Label
  75. {
  76.     float:left;
  77.     display:block;
  78.     margin:20px 0 0 10px;
  79.     height:30px;
  80. }
  81.  
  82. .SysInfoLabel
  83. {
  84.     width:164px;
  85.  
  86.     background:url(/img/App_GUI/BundleCover/Label_SysInfo.jpg) left top no-repeat;
  87. }
  88.  
  89. .LoginLabel
  90. {
  91.     width:100px;
  92.  
  93.     background:url(/img/App_GUI/BundleCover/Label_Login.jpg) left top no-repeat;
  94. }
  95.  
  96. #CopyRightZone
  97. {
  98.     width:100%;
  99.     height:55px;
  100.     position:absolute;
  101.     left:5px;
  102.     bottom:0px;
  103. }
  104.  
  105. #CopyRightZone p
  106. {
  107.     line-height:0px;
  108.     font-family:'Tahoma', 'Lucida Grande', arial, sans-serif;
  109.     color:#ccc;
  110.     font-size:11px;
  111. }
  112.  
  113. #RightSide
  114. {
  115.     float:left;
  116.     margin:0 0 0 0;
  117.     padding-top:30px;
  118.     width:700px;
  119.     height:470px !important;
  120.     height:500px;
  121. }
  122.  
  123.     #SelectionBG
  124.     {
  125.         float:left;
  126.         display:block;
  127.         width:725px;
  128.         height:440px;
  129.         margin:0 0 0 0;
  130.         /* background-image:url(/img/App_GUI/BundleCover/Selection_bg.jpg);
  131.         background-repeat:none; */
  132.     }
  133.  
  134.         .HintIcon
  135.         {
  136.             width:60px;
  137.             height:60px;
  138.         }
  139.         
  140.         .vClipperHI
  141.         {
  142.             float:left;
  143.             margin:18px 5px 0 6px;
  144.         }
  145.         .ProjectCenterHI
  146.         {
  147.             margin:33px 0px 0 18px;
  148.             float:right;
  149.         }
  150.     .AppIcon
  151.     {
  152.         float:left;
  153.         display:block;
  154.         width:725px;
  155.         height:220px;
  156.         margin:0 0 0 0;
  157.         
  158.         position:relative;
  159.     }
  160.     
  161.     a.vClipper:link, a.vClipper:visited
  162.     {
  163.         color:#555;
  164.         text-decoration:none;
  165.         background:url(/img/App_GUI/BundleCover/AppIcon_vClipper.jpg) no-repeat right;
  166.     }
  167.     a.vClipper:hover
  168.     {
  169.         color:#888;
  170.         text-decoration:none;
  171.         background:url(/img/App_GUI/BundleCover/AppIcon_vClipper_hover.jpg) no-repeat right;
  172.     }
  173.     
  174.     a.vClipperSelected:link, a.vClipperSelected:visited
  175.     {
  176.         color:#555;
  177.         text-decoration:none;
  178.         background:url(/img/App_GUI/BundleCover/AppIcon_vClipper_hover.jpg) no-repeat right;
  179.     }
  180.  
  181.     a.ProjectCenter:link, a.ProjectCenter:visited
  182.     {
  183.         color:#ccc;
  184.         text-decoration:none;
  185.         background:url(/img/App_GUI/BundleCover/AppIcon_ProjectCenter.jpg) no-repeat right;
  186.     }
  187.     a.ProjectCenter:hover
  188.     {
  189.         color:#eee;
  190.         background:url(/img/App_GUI/BundleCover/AppIcon_ProjectCenter_hover.jpg) no-repeat right;
  191.     }
  192.     
  193.     a.ProjectCenterSelected:link, a.ProjectCenterSelected:visited
  194.     {
  195.         color:#fff;
  196.         text-decoration:none;
  197.         background:url(/img/App_GUI/BundleCover/AppIcon_ProjectCenter_hover.jpg) no-repeat right;
  198.     }
  199.     /*
  200.     a.ClippingBook_Icon:link, a.ClippingBook_Icon:visited
  201.     {
  202.         text-decoration:none;
  203.         background:url(/img/App_GUI/BundleCover/ClippingBook_Icon.jpg) no-repeat right;
  204.     }
  205.     
  206.     a.ClippingBook_Icon:hover
  207.     {
  208.         background:url(/img/App_GUI/BundleCover/ClippingBook_Icon_hover.jpg) no-repeat;
  209.     }
  210.     
  211.     a.PersonalDB_Icon:link, a.PersonalDB_Icon:visited
  212.     {
  213.         background:url(/img/App_GUI/BundleCover/PersonalDB_Icon.jpg) no-repeat center;
  214.     }
  215.     
  216.     a.PersonalDB_Icon:hover
  217.     {
  218.         background:url(/img/App_GUI/BundleCover/PersonalDB_Icon_hover.jpg) no-repeat;
  219.     }
  220.     
  221.     a.ProjectCenter_Icon:link, a.ProjectCenter_Icon:visited
  222.     {
  223.         background:url(/img/App_GUI/BundleCover/ProjectCenter_Icon.jpg) no-repeat left;
  224.     }
  225.     
  226.     a.ProjectCenter_Icon:hover
  227.     {
  228.         background:url(/img/App_GUI/BundleCover/ProjectCenter_Icon_hover.jpg) no-repeat;
  229.     }
  230.     */
  231.     .RightSide
  232.     {
  233.  
  234.     }
  235.     
  236. .App_Title
  237. {
  238.     font-size:30px;
  239.     font-weight:bold;
  240.     color:#000;
  241.     font-family:"Lucida Grande", Tahoma, SimHei, sans-serif;
  242. }
  243.  
  244. #vClipper_Title
  245. {
  246.     position:absolute;
  247.     float:right;
  248.     right:100px;
  249.     top:60px;
  250.     cursor:hand;
  251.     cursor:pointer;
  252. }
  253.  
  254. #Snake_Title
  255. {
  256.     position:absolute;
  257.     left:65px;
  258.     top:60px;
  259.     color:#fff;
  260.     cursor:hand;
  261.     cursor:pointer;
  262. }
  263.  
  264. #vClipper_Hint
  265. {
  266.     position:absolute;
  267.     font-weight:bold;
  268.     font-size:15px;
  269.     font-family:"Lucida Grande", Tahoma, Arial, SimSun, SimHei, "Hiragino Mincho Pro",  sans-serif;
  270.     
  271.     line-height:20px;
  272.     text-decoration:none !important;
  273.     width:590px;
  274.     top:100px;
  275.     right:100px;
  276.     text-align:right;
  277.     cursor:hand;
  278.     cursor:pointer;
  279. }
  280. #ProjectCenter_Hint
  281. {
  282.     position:absolute;
  283.     font-weight:bold;
  284.     font-size:15px;
  285.     font-family:Lucida Grande, Tahoma, Arial, SimSun, SimHei, "Hiragino Mincho Pro", sans-serif;
  286.     line-height:20px;
  287.     text-decoration:none !important;
  288.     width:590px;
  289.     top:100px;
  290.     left:65px;
  291.     cursor:hand;
  292.     cursor:pointer;
  293. }
  294.  
  295. .PartIndicator
  296. {
  297.     position:absolute;
  298.     right:25px;
  299.     top:20px;
  300.     
  301.     background:url(/img/App_GUI/Misc/indicator_3.gif) left top no-repeat;
  302.     width:16px;
  303.     height:16px;
  304. }